home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / WINDOWS / SPICE100.ARJ / README.TXT < prev    next >
Text File  |  1992-10-11  |  4KB  |  76 lines

  1.  
  2. About Spice32
  3.   Spice32 is derived from UC Berkeley's Spice, version 3e2.  Spice32 is the
  4. Windows NT port of Berkeley's Spice V 3e2.  This 32 bit program has a 
  5. circuit file as the input and a binary database as the output.
  6.  
  7.   Nutmeg32 is derived from the Berkeley Nutmeg program, which is an
  8. interactive graphics program used to display the database created by Spice32.
  9.  
  10.   Spice32 / Nutmeg32 is a general-purpose circuit simulation program for
  11. nonlinear dc, nonlinear transient, and ac analyses.  Circuits may contain
  12. resistors, capacitors, inductors, mutual inductors, independent voltage and
  13. current sources, four types of dependent sources, lossless and lossy
  14. transmission lines, two switches, uniform distributed RC lines, and the five
  15. most common semiconductor devices: diodes, BJTs, JFETs, MESFETs, and MOSFETs.
  16.  
  17.   The Berkeley SPICE3 version is based directly on SPICE 2G.6.  While SPICE3
  18. is being developed to include new features, it continues to support those
  19. capabilities and models which remain in extensive use in the SPICE3 program.
  20. SPICE3 has built-in models for the semiconductor devices, and the user need
  21. specify only the per model parameter values.  The model for the BJT is based
  22. on the integral-charge model of Gummel-Poon; however, if the Gummel-Poon
  23. parameters are not specified, the model reduces to the simpler model.  In
  24. either case, effects, ohmic resistance, and a output conductance may be
  25. included.  The diode model can be used for either junction diodes or
  26. Schottky barrier diodes.  The JFET model is based on the FET model of
  27. Shichman and Hodges.  Six MOSFET models are implemented: MOS1 is described
  28. by a square-law I-V characteristic, MOS2[1] is an analytical model, MOS3[1]
  29. is a semi-empirical model; MOS6[2] is a simple analytic model, accurate in
  30. the short channel region; MOS4[3,4] and MOS5[5] are the BSIM (Berkeley Short
  31. -channel IGFET) and BSIM2.  MOS3, and MOS4 include second-order effects such
  32. as channel length modulation, subthreshold scattering-limited velocity
  33. saturation, small-size effects, and charge-controlled capacitances.
  34.  
  35. To install and test:
  36. 1.  create a spice directory.
  37. 2.  Unzip into this directory.
  38. 3.  Use "File, New" from the file manager to create an icon for nutmeg32.exe
  39.     in the appropriate group. (or just double click on nutmeg32.exe)
  40. 4.  Run nutmeg32.exe
  41. 5.  Create a database from the menu: File, Create database...  Select the
  42.     included file "diff.cir"  (This is a simple differential pair)
  43.     (Or, you can run spice32 from the command prompt:
  44.     "spice32 diff.cir -r diff.bin".  Diagnostic output can be viewed in this
  45.     manner.
  46. 6.  Load the binary data base from the menu: File, Load database... Select
  47.     the file "diff.bin"
  48. 7.  From the Plot menu, type "v(3) v(5)"  You should see a plot of both of
  49.     the transistor's collector waveforms.
  50. 8.  Try zooming on the plot with the mouse.  (Click-hold, drag, release)
  51. 9.  Zoom normal with a mouse left double click.
  52. 10. Select ac analysis from the menu by: "Analysis, ac"
  53. 11. Plot the frequency response with the plot menu with: "mag(v(3))"
  54.     (Check the "xlog" button first.)
  55. 12. Try plotting frequency response in decibels from the plot menu with:
  56.     "db(v(3))"
  57. 13.   Test your own electronic crossover with the "xover.cir file"
  58.     Follow the steps above, except transient analysis is not included.
  59.     The output of the crossover is on nodes 4 and 9.  To plot try:
  60.     "-3 db(v(4))-4.1 db(v(9))-4.1"
  61.     (Check the xlog radio button below the plot command line)
  62.     This will plot a reference line at -3 dB and plot the lowpass and
  63.     highpass sections.  Because this crossover circuit has about 4.1 dB
  64.     of gain, 4.1 is subtracted from from each plot to so that 0 dB is the
  65.     reference.
  66.     Pull down the AXIS, "Show Coordinates" menu to view cursor data.
  67. 14. Read on line help
  68. 15. Read on line help
  69. 16. Read on line help
  70. 17. Call me: Robert Zeff (209) 577-4268 x101, (209) 521-1448,
  71.     Compuserve: 70323,1251, Fax (209) 577-8548
  72.  
  73. Please read the online help for additional operating instructions / 
  74. registration, and example circuits.
  75.  
  76.